projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea0c05
)
(read-input-method-name): Fix error msg.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 05:34:02 +0000
(
05:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 05:34:02 +0000
(
05:34
+0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 2dfc71ab0d4b83a99100461c59b4e2003b40d6db..84616fa2717630b3e150d643f9d08546cfdb01c3 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-415,7
+415,7
@@
If INHIBIT-NULL is non-nil, null input signals an error."
(if (> (length input-method) 0)
input-method
(if inhibit-null
- (error "The specified input method is not avai
r
able")))))
+ (error "The specified input method is not avai
l
able")))))
;; Actvate INPUT-METHOD.
(defun activate-input-method (input-method)